home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 August / chip-cd_2003_08.zip / 08 / Przeglad programow P2P / Shareaza 1.9 / Shareaza1890.exe / Schemas / musicRoot.xml < prev    next >
Extensible Markup Language  |  2003-01-13  |  971b  |  23 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <schemaDescriptor location="http://www.shareaza.com/schemas/musicRoot.xsd" xmlns="http://www.shareaza.com/schemas/SchemaDescriptor.xsd">
  4.     
  5.     <object type="folder" availability="system"/>
  6.     <titles>
  7.         <title language="en">Music:My Music</title>
  8.     </titles>
  9.     <images>
  10.         <icon path="musicFolder.ico"/>
  11.     </images>
  12.     <contains>
  13.         <object type="folder" location="http://www.shareaza.com/schemas/musicAlbumCollection.xsd"/>
  14.         <object type="folder" location="http://www.shareaza.com/schemas/musicArtistCollection.xsd"/>
  15.         <object type="folder" location="http://www.shareaza.com/schemas/musicGenreCollection.xsd"/>
  16.     </contains>
  17.     <headerContent version="1.0">
  18.         <title language="en">Welcome to My Music!</title>
  19.         <subtitle language="en">These folders contain all of the music in your library, organised by album, by artist and by genre.  Open a folder below to continue.</subtitle>
  20.     </headerContent>
  21.     
  22. </schemaDescriptor>
  23.